Skip to content

docs(readme): document Claude Code plugin marketplace install#55

Open
steponeerror wants to merge 2 commits into
Leonxlnx:mainfrom
steponeerror:docs/plugin-install-instructions
Open

docs(readme): document Claude Code plugin marketplace install#55
steponeerror wants to merge 2 commits into
Leonxlnx:mainfrom
steponeerror:docs/plugin-install-instructions

Conversation

@steponeerror

Copy link
Copy Markdown

Summary

  • Adds an "Install as a Claude Code plugin" subsection to ## Installing, documenting the /plugin marketplace add + /plugin install path that the existing .claude-plugin/ manifests already enable.
  • Calls out the taste-skill: namespace prefix so users know plugin-installed skills won't collide with their other skills.

Why

The repo already ships valid .claude-plugin/marketplace.json and plugin.json, but the README only documents the npx skills add route — Claude Code users currently have no way to discover that a plugin install path exists.

Scope

Docs-only. No manifest or skill changes.

Notes

  • Differs from feat: add plugin marketplace and screenshot redesign workflow #46, which is currently conflicted (dirty) and bundles unrelated skill changes (brandkit, redesign-imagegen-codex). This PR is scoped strictly to README install docs and should merge cleanly.
  • Install commands verified locally against Claude Code v2.1.177:
    /plugin marketplace add Leonxlnx/taste-skill
    /plugin install taste-skill@taste-skill
    

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f9746b7628

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread README.md Outdated
/plugin install taste-skill@taste-skill
```

Run `/plugin marketplace update taste-skill` later to pull new versions.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use the plugin update command for installed plugins

This tells users to run /plugin marketplace update taste-skill to pull new versions, but the Claude Code docs distinguish marketplace refreshes from plugin updates: marketplace update only refreshes the marketplace listing, while plugin update <plugin> updates an installed plugin. In this context, users who installed taste-skill@taste-skill will leave the cached installed plugin unchanged, so the documented update path will not actually pull a new skill version.

Useful? React with 👍 / 👎.

`/plugin marketplace update` only refreshes the marketplace catalog and does
not upgrade already-installed plugins; the correct command is `/plugin update`,
which Claude Code also runs automatically at startup. Also drop the misleading
`bash` info string on the slash-command block, since those are Claude Code REPL
commands rather than shell commands.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant